home *** CD-ROM | disk | FTP | other *** search
- <?
- // Use a background image. Values can be true or false
- $usebackground =false;
-
- // The background image for this page
- $imgbackground="";
-
- // The image that's being used to display the value bar
- $barimg="images\img3.png";
-
- // The different colors
- $color_link ="#00FF00"; // Hyperlink
- $color_vlink ="#00FF00"; // Hyperlink visited
- $color_alink ="#00FF00"; // Hyperlink while clicking
- $color_hlink ="#00FF00"; // Hyperlink while pointing
- $color_background ="black"; // Background color whole page
- $color_table ="black"; // Background color Tables
- $color_header ="black"; // Background color Header tables
-
- // The font for the whole page
- $font_type ="Verdana"; // The font type
- $font_size ="11px"; // The font size
- $font_variables ="#00FF00"; // The font color variables
- $font_table ="WHITE"; // The font color Header tables
- $font_info ="white"; // The font color text
- $font_text ="white"; // The font color all other text
-
- // The button in the right down corner
- $button_color ="black"; // The color of the button
- $button_text ="white"; // The color text in the button
-
- // The border around all the fields with the generated info
- $border_thick ="1"; // The thickness of the border
- $border_color ="#00FF00"; // The color
- $border_style ="solid"; // The style
-
- // The colors for the scrollbar
- $scrollbar_face ="#000000";
- $scrollbar_highlight ="#00FF00";
- $scrollbar_shadow ="#000000";
- $scrollbar_3dlight ="#00FF00";
- $scrollbar_arrow ="#00FF00";
- $scrollbar_track ="#000000";
- $scrollbar_darkshadow="#00FF00";
- ?>